home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5197 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: thor.tu.hac.com!collins
  2. From: collins@thor.tu.hac.com (Ron Collins)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Graphics
  5. Date: 8 Feb 1996 14:03:18 GMT
  6. Organization: Advanced Depot Systems
  7. Message-ID: <4fcvr6$dth@hacgate2.hac.com>
  8. References: <31172711.4393@primenet.com>
  9. NNTP-Posting-Host: thor.tu.hac.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Kevin Hoyt (khoyt@primenet.com) wrote:
  13. : I use Borland 3.0 C++ for DOS (MS).  I want the source to put a graphic 
  14. : image (GIF, PCX) on the screen.  I cannot for the life of me find 
  15. : somebody who knows howto do this!  I have found functions people wrote to 
  16. : include as headers but have been unsuccessful in linking them.  All I 
  17. : want to do is place a GIF or PCX on the screen.  How hard could it be!
  18. : Help me PLEASE!!
  19.  
  20. : Kevin Hoyt
  21. : khoyt@primenet.com
  22.  
  23. Actually, it can be pretty tough.  Some of those compression and encryption
  24. schemes used in the various file formats are reeeeealy tricky.
  25.  
  26. For actual source code, take a look at oak.oakland.edu, or any SimTel
  27. mirror.  Look under the DOS\GRAPHICS or DOS\C directories.
  28.  
  29.  
  30.                 -- collins --
  31.  
  32.